ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ObjectRefComparer<T> Class
The type of objects to compare.
Members

In This Topic
    ObjectRefComparer<T> Class
    In This Topic
    Provides a comparer for objects that compares by reference equality.
    Object Model
    ObjectRefComparer<T> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ObjectRefComparer(Of T As Class) 
    public sealed class ObjectRefComparer<T> 
    where T: class
    Type Parameters
    T
    The type of objects to compare.
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rendering.Tools.ObjectRefComparer<T>

    See Also